From 86a9fb0014dcc5d311c9783d67c884de80bbc00d Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Tue, 8 Jul 2008 17:03:53 +0100 Subject: [PATCH] Change PCI-dump debug key: Fixes boot with debug=y and perfc=y Signed-off-by: Keir Fraser --- xen/drivers/passthrough/pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/drivers/passthrough/pci.c b/xen/drivers/passthrough/pci.c index b692c8e34f..364d2c5f42 100644 --- a/xen/drivers/passthrough/pci.c +++ b/xen/drivers/passthrough/pci.c @@ -170,7 +170,7 @@ static void dump_pci_devices(unsigned char ch) static int __init setup_dump_pcidevs(void) { - register_keyhandler('P', dump_pci_devices, "dump PCI devices"); + register_keyhandler('Q', dump_pci_devices, "dump PCI devices"); return 0; } __initcall(setup_dump_pcidevs); -- 2.30.2